Encrypt splx files

This is a feature in both Enterprise edition and Standard edition.

Users can add privilege controls to a script file through this feature.

 

splx file directory The to-be-encrypted splx file path.

Result directory The path holding the encrypted splx file; by default, usesplx file directorywhen no directory is selected to hold the result encrypted file.

Encrypted file extension This is for setting the encrypted file extension, which is .enc by default. For instance, a.splx becomes a.enc.splx after it is encrypted.

Encryption function/Decryption function The function format is class path.method name. You can use an external static function to define the encryption/decryption function, where both the input parameter type and the result type should be byte[ ]. Put the custom class file inesProc installation root directory/esProc/classes.

File list After splx file directoryis selected, all .splx files under the selected directory will be listed here.

Include subdirectories When this option is checked, all splx files undersplx file directoryand its subdirectories will be listed; by default, those under the subdirectories will not be listed.

Filter file names According to the specified characters, users can select eligible splx files insplx file directorythrough fuzzy query.

Execute encryption Click the button to encrypt splx files listed under File list, and the execution information will be displayed underExecution informationbox.

Find complete uses in Steps to Script File Encryption.